home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / monkey_t.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2010-11-09  |  106 b   |  6 lines

  1. on(release, keyPress "<Enter>"){
  2.    _root.gotoAndStop("reset");
  3.    gotoAndStop("exit");
  4.    play();
  5. }
  6.